projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6d6ed7
)
don't append wine to the default path settings
author
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
committer
Michael Gilbert
<mgilbert@debian.org>
Sun, 13 Mar 2022 04:27:41 +0000
(
04:27
+0000)
forwarded: not-needed
Gbp-Pq: Topic debianization
Gbp-Pq: Name makefile.patch
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index b52495f741f80069d6b6a62b762625c80c6e19db..8c8668f7584fff7d0bd2301a3b358f3453845e87 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-27,9
+27,9
@@
datarootdir = @datarootdir@
datadir = @datadir@
mandir = @mandir@
includedir = @includedir@
-fontdir = ${datadir}/wine
/fonts
+fontdir = ${datadir}/wine
nlsdir = ${datadir}/wine/nls
-dlldir = ${libdir}
/wine
+dlldir = ${libdir}
srcdir = @srcdir@
SHELL = /bin/sh
CC = @CC@